Review Cards

Question 1: What are hyperlinks?
Hyperlinks are items clicked on to move from one webpage to another.
Question 2: What does it mean if a piece of code is deprecated?
Its use is discouraged as better alternatives or practices have become available.
Question 3:What does a CSS property do?
CSS properties determine how an element will be styled.
Question 4:What is the difference between HTML tags and HTML elements?
An HTML tag is the code written to be parsed by the browser (what goes in), and an HTML element is the result that is displayed after the parsing (what comes out).
Question 5:What does CSS stand for?
Cascading Style Sheets
Question 6:What does HTML stand for?
Hypertext Markup Language
Question 7:What is HTML's main purpose?
HTML's main purpose is to determine the structure and content of a webpage.
Question 8:What does an HTML attribute do?
An HTML attribute modifies an HTML element.